* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: sans-serif;
    }

    .container-fluid {
      background-color: white;
      background-image: url('image/banner-bg.webp');
      padding: 10px 0px;
    }
    
    .collapse {
      float: right;    
    }

    .nav li a {
      font-weight: 700;
      font-size: 15px;
      color: black !important;
    }

    .nav li a:hover {
      color: #f44556 !important;
      font-weight: 900;
      transition: 0.7s ease-in;
    }

    .navbar-brand {
      margin-left: 10px !important;
    }
    .navbar{
        position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  margin-bottom: 30px;
      
    }
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
      background-color: rgba(255, 255, 255, 0);
    }
    .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: rgba(255, 255, 255, 0);
}
    .navbar-inverse {
      border-color: white;
      border-bottom: 2px solid;
      margin: 0px;
    }
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      background: #f8f9fa;
      margin: 0;
      padding: 0;
      color: #333;
    }
    .container {
      max-width: 900px;
      margin: auto;
      padding: 20px;
      
      padding-top: 100px;
    }
    h1, h2 {
      color: #004080;
    }
    ul {
      margin-top: 0;
    }
    .social-icons {
      margin-top: 20px;
      display: flex;
      flex-direction: row;
    }
    .social-icons a {
      text-decoration: none;
      display: inline-block;
      margin-right: 10px;
      color: #fff;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
    }
    .social-icons a:hover{
        color: grey;
    }
    .footer {
      background-image: url('image/footer_bg_1.jpg');
      color: white;
      padding: 40px 20px 20px;
    }

    .footer-container {
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-column {
      flex: 1;
      min-width: 200px;
      margin: 10px;
    }

    .footer h4 {
      font-size: 18px;
      margin-bottom: 15px;
      border-bottom: 2px solid #f7931e;
      display: inline-block;
      padding-bottom: 5px;
      color: #f44556;
    }

    .footer p, .footer a {
      color: #000000;
      font-size: 14px;
      text-decoration: none;
      margin: 6px 0;
      display: block;
    }

    .footer a:hover {
      color: #f7931e;
    }

    .social-icons {
      margin-top: 10px;
    }

    .social-icons a {
      color: white;
      margin-right: 10px;
      font-size: 16px;
    }

    .social-icons a:hover {
      color: #f7931e;
    }

    .footer-bottom {
      text-align: center;
      padding: 15px 0 0;
      color: #888;
      border-top: 1px solid #333;
      font-size: 13px;
    }
    
    